encoding/xml.Encoder.p (field)

10 uses

	encoding/xml (current package)
		marshal.go#L137: 	p printer
		marshal.go#L143: 	e.p.encoder = e
		marshal.go#L151: 	enc.p.prefix = prefix
		marshal.go#L152: 	enc.p.indent = indent
		marshal.go#L162: 	err := enc.p.marshalValue(reflect.ValueOf(v), nil, nil)
		marshal.go#L166: 	return enc.p.Flush()
		marshal.go#L177: 	err := enc.p.marshalValue(reflect.ValueOf(v), nil, &start)
		marshal.go#L181: 	return enc.p.Flush()
		marshal.go#L204: 	p := &enc.p
		marshal.go#L300: 	return enc.p.Flush()